home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nFin, bVideoNormal, nIdioma
- if the movieTime of sprite 5 < nFin then
- go(the frame)
- else
- case nIdioma of
- 1:
- set nFin to 6935 - 50
- 2:
- set nFin to 14460 - 50
- 3:
- set nFin to 21990 - 50
- end case
- go("boca" & bVideoNormal)
- end if
- end
-